xfi:duplicate-tuple

xs:boolean=xfi:duplicate-tuple( $left as schema-element(xbrli:tuple), $right as schema-element(xbrli:tuple))

Last updated on 06-03-2008 at 22:40:00.

Returns true if two tuples are duplicates.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left schema-element(xbrli:tuple) The first tuple.
right schema-element(xbrli:tuple) The second tuple.

Output

Type: xs:boolean

Returns true if the tuples are duplicates.

Conformance suite

80212 xfi.duplicate-tuple testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function